diff options
Diffstat (limited to 'posix/globtest.sh')
-rwxr-xr-x | posix/globtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/globtest.sh b/posix/globtest.sh index 40d95d5dcb..956a5e6bb1 100755 --- a/posix/globtest.sh +++ b/posix/globtest.sh @@ -240,7 +240,7 @@ if test ~/ = //; then echo / | cmp - $testout || result=1 else echo ~/ | cmp - $testout || result=1 -endif +fi # Test tilde expansion with username ${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \ |