commit 0c37d00f855ce75b613736ebccc48fede756859e
parent d9c1249645f279a479a6a74f313d8b944e530cf9
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date: Sat, 16 Nov 2024 12:38:31 +0000
Dirty checkout tests are made less brittle
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/spec/pashage_extra_spec.sh b/spec/pashage_extra_spec.sh
@@ -1509,7 +1509,7 @@ Describe 'Integrated Command Functions'
End
Example 'delete'
- When run cmd_delete stale
+ When run cmd_delete -f stale
The status should equal 1
The error should equal 'There are already pending changes.'
The output should equal 'Removing stale'
@@ -1517,6 +1517,7 @@ Describe 'Integrated Command Functions'
End
Example 'edit'
+ VISUAL='false'
When run cmd_edit subdir/file
The status should equal 1
The error should equal 'There are already pending changes.'