From 6b60186a1248e0ab6c8b385c076710f9cdbcde4a Mon Sep 17 00:00:00 2001 From: xonix Date: Wed, 3 Jan 2024 19:35:03 +0200 Subject: [PATCH] rm unnecessary `cd "$MYDIR"` from all tests --- tests/29_glob_plus_pg.tush | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/29_glob_plus_pg.tush b/tests/29_glob_plus_pg.tush index 66e9026..a29dd11 100644 --- a/tests/29_glob_plus_pg.tush +++ b/tests/29_glob_plus_pg.tush @@ -1,8 +1,8 @@ -$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh -l +$ ./$MAKESURE -f tests/29_glob_plus_pg.sh -l -$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh g1 +$ ./$MAKESURE -f tests/29_glob_plus_pg.sh g1 -$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh g2 +$ ./$MAKESURE -f tests/29_glob_plus_pg.sh g2 -$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh g3 +$ ./$MAKESURE -f tests/29_glob_plus_pg.sh g3