Skip to content

Commit bd9c696

Browse files
author
Mrunal Patel
authored
Merge pull request #113 from wking/test-runtime-rootfs
test_runtime.sh: Change --rootfs from '' to '.'
2 parents da4db68 + c9115bc commit bd9c696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tar -xf rootfs.tar.gz -C ${TESTDIR}
7878
cp runtimetest ${TESTDIR}
7979

8080
pushd $TESTDIR > /dev/null
81-
ocitools generate "${TEST_ARGS[@]}" --rootfs ""
81+
ocitools generate "${TEST_ARGS[@]}" --rootfs '.'
8282
popd > /dev/null
8383

8484
TESTCMD="${RUNTIME} start $(uuidgen)"

0 commit comments

Comments
 (0)