summaryrefslogtreecommitdiff
path: root/pkg/siftool/new_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/siftool/new_test.go')
-rw-r--r--pkg/siftool/new_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/siftool/new_test.go b/pkg/siftool/new_test.go
index af4cd75..81bcd58 100644
--- a/pkg/siftool/new_test.go
+++ b/pkg/siftool/new_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2021, Sylabs Inc. All rights reserved.
+// Copyright (c) 2021-2022, Sylabs Inc. All rights reserved.
// This software is licensed under a 3-clause BSD license. Please consult the
// LICENSE file distributed with the sources of this project regarding your
// rights to use or distribute this software.
@@ -32,7 +32,7 @@ func Test_command_getNew(t *testing.T) {
cmd := c.getNew()
- runCommand(t, cmd, []string{tf.Name()})
+ runCommand(t, cmd, []string{tf.Name()}, nil)
})
}
}