diff options
-rwxr-xr-x | t/amhello-binpkg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/amhello-binpkg.sh b/t/amhello-binpkg.sh index c1d2575ee..f6988ce82 100755 --- a/t/amhello-binpkg.sh +++ b/t/amhello-binpkg.sh @@ -44,8 +44,8 @@ if tar --version </dev/null | grep GNU; then END else : Be laxer with other tar implementations, to avoid spurious failures. - $EGREP '(^| )\./usr/bin/hello'$EXEEXT'( |$)' tar.got - $EGREP '(^| )\./usr/share/doc/amhello/README( |$)' tar.got + $EGREP '(^| )(\./)?usr/bin/hello'$EXEEXT'( |$)' tar.got + $EGREP '(^| )(\./)?usr/share/doc/amhello/README( |$)' tar.got fi : |