test_curses.sh: fix test now that read/unread scrolls down 1 line - sfeed_tests… | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 12f17e488a81c20e8066f0765024f0dd2b0d0182 | |
parent 3892183fd56fbb4fec1b8951aa70cd8f91c5a8c4 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 8 Jul 2023 13:38:01 +0200 | |
test_curses.sh: fix test now that read/unread scrolls down 1 line | |
Diffstat: | |
M test_curses.sh | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/test_curses.sh b/test_curses.sh | |
@@ -607,7 +607,7 @@ test_end | |
test_start "Mark URL as read. Mark first 2 entries as read" | |
rm -f "$urlfile" | |
touch "$urlfile" | |
-fakedata | SFEED_MARK_READ="$markread" SFEED_URL_FILE="$urlfile" SFEED_AUTOCMD… | |
+fakedata | SFEED_MARK_READ="$markread" SFEED_URL_FILE="$urlfile" SFEED_AUTOCMD… | |
status=$? | |
test $status -eq 0 || fail "Exit code must be 0, was: $status" | |
expect="997864e8cb6fd5ab981f7d64e9817fd80871dd1172dbd04849db6fefa9dd0208" | |
@@ -618,7 +618,7 @@ test_end | |
test_start "Mark URL as read. Mark first 2 entries as read. Mark already read … | |
rm -f "$urlfile" | |
touch "$urlfile" | |
-fakedata | SFEED_MARK_READ="$markread" SFEED_URL_FILE="$urlfile" SFEED_AUTOCMD… | |
+fakedata | SFEED_MARK_READ="$markread" SFEED_URL_FILE="$urlfile" SFEED_AUTOCMD… | |
status=$? | |
test $status -eq 0 || fail "Exit code must be 0, was: $status" | |
expect="997864e8cb6fd5ab981f7d64e9817fd80871dd1172dbd04849db6fefa9dd0208" |