diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-24 16:46:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-24 16:46:41 +0000 |
commit | 6649f01059791363a0274f411600560f21dc5e09 (patch) | |
tree | 016e2a5f6ba26ae394754f3b2c7cf428aa806bb3 /tests | |
parent | 200aa48e15dd85b8d158a294ba0591307178a028 (diff) | |
download | coreutils-6649f01059791363a0274f411600560f21dc5e09.tar.xz |
* tests/help-version (sync_args): Don't call sync, since it spins up
disks that I've deliberately caused to spin down (but not unmounted).
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/help-version | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/help-version b/tests/help-version index a16ec0176..f7b21956f 100755 --- a/tests/help-version +++ b/tests/help-version @@ -161,6 +161,11 @@ printf_args=foo seq_args=10 sleep_args=0 su_args=--version + +# I'd rather not run sync, since it spins up disks that I've +# deliberately caused to spin down (but not unmounted). +sync_args=--version + test_args=foo # This is necessary in the unusual event that there is |