diff options
Diffstat (limited to 'tests/rm/empty-name')
-rwxr-xr-x | tests/rm/empty-name | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/empty-name b/tests/rm/empty-name index b709dff1d..ead842245 100755 --- a/tests/rm/empty-name +++ b/tests/rm/empty-name @@ -1,7 +1,7 @@ #!/bin/sh # Make sure that rm -r '' fails. -# Copyright (C) 1998, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 1998, 2003, 2005, 2007 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -40,7 +40,7 @@ use strict; # Turn off localisation of executable's ouput. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; -my $prog = $ENV{PROG} || die "$0: \$PROG not specified in environment\n"; +my $prog = 'rm'; my @Tests = ( |