From 9d836d70e001c8ef0e33d950d03938190ad984bc Mon Sep 17 00:00:00 2001 From: Foo Date: Sat, 2 Dec 2017 19:25:01 +0300 Subject: [PATCH] Use virtualenv for tmux and vshells tests as well --- tests/test_in_vterm/test_shells.sh | 2 +- tests/test_in_vterm/test_tmux.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_in_vterm/test_shells.sh b/tests/test_in_vterm/test_shells.sh index b08b4e9e..d4d0eef3 100755 --- a/tests/test_in_vterm/test_shells.sh +++ b/tests/test_in_vterm/test_shells.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash . tests/shlib/common.sh . tests/shlib/vterm.sh diff --git a/tests/test_in_vterm/test_tmux.sh b/tests/test_in_vterm/test_tmux.sh index 7e1deccf..d6cd6a51 100755 --- a/tests/test_in_vterm/test_tmux.sh +++ b/tests/test_in_vterm/test_tmux.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash . tests/shlib/common.sh . tests/shlib/vterm.sh