)
'
-test_expect_failure 'update a shelve involving moved and copied files' '
+test_expect_success 'update a shelve involving moved and copied files' '
test_when_finished cleanup_git &&
(
cd "$cli" &&
)
'
-test_expect_success 'kill p4d' '
- kill_p4d
-'
-
test_done