summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/test-vte-sh.sh4
-rw-r--r--src/vte.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/test-vte-sh.sh b/src/test-vte-sh.sh
index ad3380fb..2cfe59cb 100755
--- a/src/test-vte-sh.sh
+++ b/src/test-vte-sh.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash -i
# Copyright © 2013 Christian Persch
#
# This program is free software; you can redistribute it and/or modify
@@ -17,6 +17,8 @@
set -e
+export VTE_VERSION=9999
+
source $srcdir/vte.sh
check_urlencode() (
diff --git a/src/vte.sh b/src/vte.sh
index d31ab827..184c6e72 100644
--- a/src/vte.sh
+++ b/src/vte.sh
@@ -60,3 +60,5 @@ case "$TERM" in
[ -n "$ZSH_VERSION" ] && chpwd_functions+=(__vte_osc7)
;;
esac
+
+true