diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-25 17:01:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-25 17:01:00 +0000 |
commit | 7a16e5e6ff038a99bfa0d69293339d352ccf4cc5 (patch) | |
tree | 03f24f7dcf18533a453766c18f36d61188e3a36b | |
parent | 6cfcd41e1a49ee16b7a97201bad2d8fba6052e46 (diff) | |
download | coreutils-7a16e5e6ff038a99bfa0d69293339d352ccf4cc5.tar.xz |
*** empty log message ***
-rwxr-xr-x | tests/dd/skip-seek | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/skip-seek b/tests/dd/skip-seek index f95528408..7ff3f5898 100755 --- a/tests/dd/skip-seek +++ b/tests/dd/skip-seek @@ -21,7 +21,7 @@ use strict; # Turn off localisation of executable's ouput. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; -my $out = 'out-j'; +my $out = 'out'; my $script_name = $ENV{SCRIPT_NAME}; my @Tests = |