diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-09 21:52:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-09 21:52:50 +0000 |
commit | 078b4f861cbeb9c81f7f9f8fff60e0d64b4411d9 (patch) | |
tree | a79c74b8085f4a02878027e96a91c39d7b013f06 /tests/dd/misc | |
parent | 4713202758c9e785060c546e287b4d3cee33d23b (diff) | |
download | coreutils-078b4f861cbeb9c81f7f9f8fff60e0d64b4411d9.tar.xz |
add comments
Diffstat (limited to 'tests/dd/misc')
-rwxr-xr-x | tests/dd/misc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dd/misc b/tests/dd/misc index 40fc7bf3e..51f36d29d 100755 --- a/tests/dd/misc +++ b/tests/dd/misc @@ -1,4 +1,6 @@ #!/bin/sh +# Ensure dd treats `--' properly. +# Also ensure that iflags=noatime works. tmp_in=dd-in.$$ tmp_out=dd-out.$$ |