From 224c4dc57ee42215806c6fb8b92e64ddebaa7fd7 Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Sun, 19 Mar 2017 23:48:03 -0700 Subject: Use expect for interactive tests --- test/setup.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/setup.sh') diff --git a/test/setup.sh b/test/setup.sh index b363e6d..f407164 100644 --- a/test/setup.sh +++ b/test/setup.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + # This file should be sourced by all test-scripts # # This scripts sets the following: @@ -65,7 +67,3 @@ test_pass_init() { rm -rf "$PASSWORD_STORE_DIR" "$PASS" init "$KEY1" } - -test_faketty() { - script -qfc "$(printf "%q " "$@")" -} -- cgit v1.2.3