diff options
author | Jim Meyering <meyering@redhat.com> | 2010-11-14 12:02:39 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-11-17 20:48:57 +0100 |
commit | ff7f0ff85c40174f1885ec61fa4ab6b73d02b555 (patch) | |
tree | f3b51b82bcee4d908f31adab1c09552e77e54fe2 /tests/misc/pwd-long | |
parent | f38becab02472e6872048a1951b249b2a3c054df (diff) | |
download | coreutils-ff7f0ff85c40174f1885ec61fa4ab6b73d02b555.tar.xz |
tests: convert 'if test "$VERBOSE" = yes; then' to test ... &&
Diffstat (limited to 'tests/misc/pwd-long')
-rwxr-xr-x | tests/misc/pwd-long | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/pwd-long b/tests/misc/pwd-long index 570255239..c58207abe 100755 --- a/tests/misc/pwd-long +++ b/tests/misc/pwd-long @@ -21,6 +21,8 @@ . $srcdir/require-perl . $srcdir/test-lib.sh +test "$VERBOSE" = yes && env -- pwd --version + require_readable_root_ ARGV_0=$0 |