diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-28 12:51:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-28 12:51:40 +0000 |
commit | 7b866927377facfd89c4da45ba3370429e840159 (patch) | |
tree | 88692bcd87de1dfcf4fcc88f6b8b8fb732a5877b | |
parent | c82dbabbeac4807b8d68f1ab570d5433e9b30f77 (diff) | |
download | coreutils-7b866927377facfd89c4da45ba3370429e840159.tar.xz |
Mark this as an expensive test.
-rwxr-xr-x | tests/mv/diag | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mv/diag b/tests/mv/diag index 125e8658c..a3fb530da 100755 --- a/tests/mv/diag +++ b/tests/mv/diag @@ -1,6 +1,8 @@ #!/bin/sh # make sure we get proper diagnostics: e.g., with --target-dir=d but no args +. $srcdir/../expensive + if test "$VERBOSE" = yes; then set -x mv --version |