Skip to content

Commit f1aab17

Browse files
authored
Merge pull request #816 from Junnplus/fix-name
fix vol name for test
2 parents 970b255 + 223cff1 commit f1aab17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nerdctl/run_mount_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ CMD ["cat", "/mnt/initial_file"]
151151
base.Cmd("run", "-v", "/mnt", "--rm", imageName).AssertOutExactly("hi\n")
152152

153153
//NamedVolume
154-
base.Cmd("volume", "create", "copying-initial-content").AssertOK()
154+
base.Cmd("volume", "create", volName).AssertOK()
155155
base.Cmd("run", "-v", volName+":/mnt", "--rm", imageName).AssertOutExactly("hi\n")
156156

157157
//mount bind

0 commit comments

Comments
 (0)