From bac2ce47e9b4560818ece8a97ade6af20a44a499 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Fri, 28 Apr 2023 09:29:54 +0200 Subject: [PATCH] Fix integration test hanging on Debian and Ubuntu --- tests/integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.sh b/tests/integration.sh index 4143e0a..b351266 100755 --- a/tests/integration.sh +++ b/tests/integration.sh @@ -100,5 +100,5 @@ asciinema rec --append -c uptime "${TMP_DATA_DIR}/7.cast" # adding a breakpoint printf "[record]\nadd_breakpoint_key = C-b\n" >> "${ASCIINEMA_CONFIG_HOME}/config" -(sh -c "sleep 1; printf '.'; sleep 0.5; printf '\x08'; sleep 0.5; printf '\x02'; sleep 0.5; printf '\x04'") | asciinema rec -c /bin/sh "${TMP_DATA_DIR}/8.cast" +(bash -c "sleep 1; printf '.'; sleep 0.5; printf '\x08'; sleep 0.5; printf '\x02'; sleep 0.5; printf '\x04'") | asciinema rec -c /bin/bash "${TMP_DATA_DIR}/8.cast" grep '"b",' "${TMP_DATA_DIR}/8.cast"