Skip to content

Commit

Permalink
Merge pull request #113 from wking/test-runtime-rootfs
Browse files Browse the repository at this point in the history
test_runtime.sh: Change --rootfs from '' to '.'
  • Loading branch information
Mrunal Patel authored Jun 21, 2016
2 parents da4db68 + c9115bc commit bd9c696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tar -xf rootfs.tar.gz -C ${TESTDIR}
cp runtimetest ${TESTDIR}

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

TESTCMD="${RUNTIME} start $(uuidgen)"
Expand Down

0 comments on commit bd9c696

Please sign in to comment.