projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31c3ae1
)
Exit 77 if we can't set up the framework (Volker Borchert reported
author
Jim Meyering
<jim@meyering.net>
Wed, 9 Feb 2000 19:41:15 +0000
(19:41 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 9 Feb 2000 19:41:15 +0000
(19:41 +0000)
that this test would fail because mknod failed when run on SunOS4.1.4
using NFS-mounted disk from an OpenBSD system).
tests/mv/mv-special-1
patch
|
blob
|
history
diff --git
a/tests/mv/mv-special-1
b/tests/mv/mv-special-1
index 9500a9000d5dc6ca597c7aacbe39d5975d5a120e..f7117dcfd37ff65b151c5bab937075381179559e 100755
(executable)
--- a/
tests/mv/mv-special-1
+++ b/
tests/mv/mv-special-1
@@
-18,7
+18,10
@@
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'
- exit 1
+ # 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.
+ exit 77
fi
# Make sure we get English translations.