diff options
author | Jim Meyering <jim@meyering.net> | 1998-02-21 11:29:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-02-21 11:29:12 +0000 |
commit | c66e967d702eaebbc81a628251752517c291581e (patch) | |
tree | 84e816cbcc9876890ff0fe7564fe5f754bf11776 /tests/mv | |
parent | ccaf565665c6f5012649e214297d2b7c35cecbb1 (diff) | |
download | coreutils-c66e967d702eaebbc81a628251752517c291581e.tar.xz |
.
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/mknod-1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/mv/mknod-1 b/tests/mv/mknod-1 new file mode 100755 index 000000000..1af1f5c78 --- /dev/null +++ b/tests/mv/mknod-1 @@ -0,0 +1,9 @@ +#! /bin/sh + +: ${MV=mv} + +. $srcdir/setup + +if test -z $other_partition_tmpdir; then + exit 77 +fi |