commit c8c7d149feda16fa5f471654738791b6e7f1af5e from: Christian Weisgerber date: Thu Sep 17 18:59:48 2020 UTC expand arguments in shell script since brace expansion is not in POSIX ok stsp commit - be96c417e34cf83ef497d65c5eb4dcf44abef57c commit + c8c7d149feda16fa5f471654738791b6e7f1af5e blob - afd416223df26a16e6b2f6a618074947883e44e3 blob + 79cd9c89de083c453f0ecdb45ec996309caab89e --- regress/cmdline/commit.sh +++ regress/cmdline/commit.sh @@ -248,7 +248,8 @@ test_commit_deleted_subdirs() { return 1 fi - (cd $testroot/wt && got rm -R $testroot/wt/{epsilon,gamma} >/dev/null) + (cd $testroot/wt && \ + got rm -R $testroot/wt/epsilon $testroot/wt/gamma >/dev/null) (cd $testroot/wt && got commit -m 'test commit_deleted_subdirs' \ > $testroot/stdout 2> $testroot/stderr)