Thread (3 messages) flat view 3 messages, 1 author, 2017-08-19
STALE3284d

[PATCH 1/3] stash: add test for stash create with no files

From: Joel Teichroeb <hidden>
Date: 2017-08-19 20:13:45
Subsystem: the rest · Maintainer: Linus Torvalds

Ensure the command suceeds and outputs nothing

Signed-off-by: Joel Teichroeb <redacted>
---
 t/t3903-stash.sh | 8 ++++++++
 1 file changed, 8 insertions(+)
diff --git a/t/t3903-stash.sh b/t/t3903-stash.sh
index 4046817d70..f0708ced27 100755
--- a/t/t3903-stash.sh
+++ b/t/t3903-stash.sh
@@ -444,6 +444,14 @@ test_expect_failure 'stash file to directory' '
 	test foo = "$(cat file/file)"
 '
 
+test_expect_success 'stash create - no changes' '
+	git stash clear &&
+	test_when_finished "git reset --hard HEAD" &&
+	git reset --hard &&
+	git stash create >actual &&
+	test_must_be_empty actual
+'
+
 test_expect_success 'stash branch - no stashes on stack, stash-like argument' '
 	git stash clear &&
 	test_when_finished "git reset --hard HEAD" &&
-- 
2.14.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help