diff options
author | Jim Meyering <jim@meyering.net> | 2001-02-18 08:50:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-02-18 08:50:29 +0000 |
commit | 7446097d1a678524eeb06827da166386826d23e2 (patch) | |
tree | 171866c88ba7771d660f0b627ed397fdf2a5049a /tests/pr/pr-tests | |
parent | 96bbda7216a9165429bb0a74231a74e6cc124c22 (diff) | |
download | coreutils-7446097d1a678524eeb06827da166386826d23e2.tar.xz |
rename test input files to avoid conflicts on case-insensitive file systems
Diffstat (limited to 'tests/pr/pr-tests')
-rwxr-xr-x | tests/pr/pr-tests | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/pr/pr-tests b/tests/pr/pr-tests index 9c0ebca04..d5be331ca 100755 --- a/tests/pr/pr-tests +++ b/tests/pr/pr-tests @@ -3318,14 +3318,14 @@ if test $code != 0; then $echo "Test 10wc failed: ../../src/pr return code $code differs from expected value 0" 1>&2 errors=`expr $errors + 1` else - cmp 10wc.O $srcdir/W72l17f-ll > /dev/null 2>&1 + cmp 10wc.O $srcdir/W-72l17f-ll > /dev/null 2>&1 case $? in 0) if test "$VERBOSE"; then $echo "passed 10wc"; fi;; - 1) $echo "Test 10wc failed: files 10wc.O and $srcdir/W72l17f-ll differ" 1>&2 - (diff -c 10wc.O $srcdir/W72l17f-ll) 2> /dev/null + 1) $echo "Test 10wc failed: files 10wc.O and $srcdir/W-72l17f-ll differ" 1>&2 + (diff -c 10wc.O $srcdir/W-72l17f-ll) 2> /dev/null errors=`expr $errors + 1`;; 2) $echo "Test 10wc may have failed." 1>&2 - $echo The command "cmp 10wc.O $srcdir/W72l17f-ll" failed. 1>&2 + $echo The command "cmp 10wc.O $srcdir/W-72l17f-ll" failed. 1>&2 errors=`expr $errors + 1`;; esac fi @@ -4254,14 +4254,14 @@ if test $code != 0; then $echo "Test 14g failed: ../../src/pr return code $code differs from expected value 0" 1>&2 errors=`expr $errors + 1` else - cmp 14g.O $srcdir/2Sf-t_notab > /dev/null 2>&1 + cmp 14g.O $srcdir/2-Sf-t_notab > /dev/null 2>&1 case $? in 0) if test "$VERBOSE"; then $echo "passed 14g"; fi;; - 1) $echo "Test 14g failed: files 14g.O and $srcdir/2Sf-t_notab differ" 1>&2 - (diff -c 14g.O $srcdir/2Sf-t_notab) 2> /dev/null + 1) $echo "Test 14g failed: files 14g.O and $srcdir/2-Sf-t_notab differ" 1>&2 + (diff -c 14g.O $srcdir/2-Sf-t_notab) 2> /dev/null errors=`expr $errors + 1`;; 2) $echo "Test 14g may have failed." 1>&2 - $echo The command "cmp 14g.O $srcdir/2Sf-t_notab" failed. 1>&2 + $echo The command "cmp 14g.O $srcdir/2-Sf-t_notab" failed. 1>&2 errors=`expr $errors + 1`;; esac fi @@ -4290,14 +4290,14 @@ if test $code != 0; then $echo "Test 14i failed: ../../src/pr return code $code differs from expected value 0" 1>&2 errors=`expr $errors + 1` else - cmp 14i.O $srcdir/2S_f-t_notab > /dev/null 2>&1 + cmp 14i.O $srcdir/2-S_f-t_notab > /dev/null 2>&1 case $? in 0) if test "$VERBOSE"; then $echo "passed 14i"; fi;; - 1) $echo "Test 14i failed: files 14i.O and $srcdir/2S_f-t_notab differ" 1>&2 - (diff -c 14i.O $srcdir/2S_f-t_notab) 2> /dev/null + 1) $echo "Test 14i failed: files 14i.O and $srcdir/2-S_f-t_notab differ" 1>&2 + (diff -c 14i.O $srcdir/2-S_f-t_notab) 2> /dev/null errors=`expr $errors + 1`;; 2) $echo "Test 14i may have failed." 1>&2 - $echo The command "cmp 14i.O $srcdir/2S_f-t_notab" failed. 1>&2 + $echo The command "cmp 14i.O $srcdir/2-S_f-t_notab" failed. 1>&2 errors=`expr $errors + 1`;; esac fi |