From: Evan Hunt Date: Thu, 24 May 2018 21:43:03 +0000 (-0700) Subject: files were left in place after catz run because of non-portable bracket use X-Git-Tag: v9.13.1~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af73e16c9cb7cd12143db286bb2c7430c8ec8cc7;p=thirdparty%2Fbind9.git files were left in place after catz run because of non-portable bracket use --- diff --git a/bin/tests/system/catz/clean.sh b/bin/tests/system/catz/clean.sh index b4293791ec3..4f90bf7ccf4 100644 --- a/bin/tests/system/catz/clean.sh +++ b/bin/tests/system/catz/clean.sh @@ -17,8 +17,8 @@ rm -f ns*/named.run rm -f ns1/*dom*example.db rm -f ns2/__catz__*db rm -f ns2/named.conf.tmp -rm -f ns3/dom{13,14}.example.db +rm -f ns3/dom13.example.db ns3/dom14.example.db rm -f nsupdate.out.* -rm -f ns{1,2,3}/catalog{1,2,3,4}.example.db +rm -f ns[123]/catalog[1234].example.db rm -rf ns2/zonedir rm -f ns*/*.nzd ns*/*.nzd-lock