Skip to content

Commit

Permalink
Fix glob test - -nocomplain is default in 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Sep 20, 2023
2 parents ed27566 + c1d507a commit 8c6f2a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/zipfs.test
Original file line number Diff line number Diff line change
Expand Up @@ -1103,8 +1103,7 @@ namespace eval test_ns_zipfs {
[list [file join $defaultMountPoint test]] {-type f}
testzipfsglob dirs $defaultMountPoint [file join $defaultMountPoint t*] \
[list [file join $defaultMountPoint testdir]] {-type d}
testzipfsglob no-match $defaultMountPoint [file join $defaultMountPoint testdir x*] \
{no files matched glob pattern "//zipfs:/testmount/testdir/x*"} {} -returnCodes error
testzipfsglob no-match $defaultMountPoint [file join $defaultMountPoint testdir x*] {} {}
testzipfsglob no-match-nocomplain $defaultMountPoint [file join $defaultMountPoint testdir x*] {} {-nocomplain}
testzipfsglob mountpoint $defaultMountPoint [file join [zipfs root] *] \
[list $defaultMountPoint] {}
Expand Down

0 comments on commit 8c6f2a1

Please sign in to comment.