1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Make the message more like that in the similar touch and shred tests.

This commit is contained in:
Jim Meyering
2000-03-10 11:56:25 +00:00
parent 527dcb236a
commit 010641f8b7

View File

@@ -17,7 +17,9 @@ mkdir -p $dir/a/b/c $dir/d/e/f || framework_failure=1
touch $dir/a/b/c/file1 $dir/d/e/f/file2 || framework_failure=1
if test $framework_failure = 1; then
echo 'failure in testing framework'
echo '********************************************'
echo 'NOTICE: unable to create test prerequisites'
echo '********************************************'
# exit 77 here to indicate that we couldn't run the test.
# At least running on SunOS 4.1.4, using a directory NFS mounted
# from an OpenBSD system, the above mknod fails.