File: test-getcwd.sh

package info (click to toggle)
id-utils 4.6.28-20200521ss15dab
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 13,176 kB
  • sloc: ansic: 90,321; sh: 10,115; perl: 558; makefile: 209; lisp: 29; sed: 16
file content (7 lines) | stat: -rwxr-xr-x 85 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
#!/bin/sh

. "${srcdir=.}/init.sh"; path_prepend_ .

${CHECKER} test-getcwd

Exit $?