X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d010528933a0f321c41d9e23e6b09a09365a318b..5fd79c5f5aa2ea962162260e88f274983cb1e032:/t/t3300-edit.sh?ds=sidebyside diff --git a/t/t3300-edit.sh b/t/t3300-edit.sh index ad3b23f..7003a27 100755 --- a/t/t3300-edit.sh +++ b/t/t3300-edit.sh @@ -5,7 +5,7 @@ test_description='Test "stg edit"' test_expect_success 'Setup' ' printf "000\n111\n222\n333\n" >> foo && - git add foo && + stg add foo && git commit -m "Initial commit" && sed -i "s/000/000xx/" foo && git commit -a -m "First change" &&