chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Let "stg clean" use the new infrastructure
[stgit]
/
t
/
t1300-uncommit.sh
diff --git
a/t/t1300-uncommit.sh
b/t/t1300-uncommit.sh
index 2e7ff211745d413bb2fee81080407444202fbea0..85408fdce8e8759219b5a44efca0598dac7b1327 100755
(executable)
--- a/
t/t1300-uncommit.sh
+++ b/
t/t1300-uncommit.sh
@@
-19,7
+19,7
@@
test_expect_success \
'
stg new foo -m "Foo Patch" &&
echo foo > test &&
'
stg new foo -m "Foo Patch" &&
echo foo > test &&
-
stg
add test &&
+
git
add test &&
stg refresh
'
stg refresh
'
@@
-28,7
+28,7
@@
test_expect_success \
'
stg new bar -m "Bar Patch" &&
echo bar > test &&
'
stg new bar -m "Bar Patch" &&
echo bar > test &&
-
stg
add test &&
+
git
add test &&
stg refresh
'
stg refresh
'