summaryrefslogtreecommitdiffstats
path: root/client/go/internal/util/fix_fs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/internal/util/fix_fs_test.go')
-rw-r--r--client/go/internal/util/fix_fs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/internal/util/fix_fs_test.go b/client/go/internal/util/fix_fs_test.go
index 535da2c80ad..e6a87d10717 100644
--- a/client/go/internal/util/fix_fs_test.go
+++ b/client/go/internal/util/fix_fs_test.go
@@ -119,7 +119,7 @@ func TestSuperUserOnly(t *testing.T) {
func expectSimplePanic() {
if r := recover(); r != nil {
- if jee, ok := r.(*JustExitError); ok {
+ if jee, ok := r.(*ExitError); ok {
trace.Trace("got as expected:", jee)
return
}