diff options
Diffstat (limited to 'tests/test-perror.sh')
-rwxr-xr-x | tests/test-perror.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-perror.sh b/tests/test-perror.sh index e776609..e624441 100755 --- a/tests/test-perror.sh +++ b/tests/test-perror.sh @@ -1,5 +1,5 @@ #!/bin/sh -: ${srcdir=.} +: "${srcdir=.}" . "$srcdir/init.sh"; path_prepend_ . # Test NULL prefix. Result should not contain a number, except in lines that |