diff options
Diffstat (limited to 'gold/testsuite')
-rwxr-xr-x | gold/testsuite/script_test_5.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/testsuite/script_test_5.sh b/gold/testsuite/script_test_5.sh index 9415483..76e2e31 100755 --- a/gold/testsuite/script_test_5.sh +++ b/gold/testsuite/script_test_5.sh @@ -39,5 +39,5 @@ check_count() fi } -check_count script_test_5.stdout ".text " 1 -check_count script_test_5.stdout ".text.foo " 1 +check_count script_test_5.stdout " .text " 1 +check_count script_test_5.stdout " .text.foo " 1 |