commit - be96c417e34cf83ef497d65c5eb4dcf44abef57c
commit + c8c7d149feda16fa5f471654738791b6e7f1af5e
blob - afd416223df26a16e6b2f6a618074947883e44e3
blob + 79cd9c89de083c453f0ecdb45ec996309caab89e
--- regress/cmdline/commit.sh
+++ regress/cmdline/commit.sh
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)