[vte/vte-0-34] prompt: Fix test
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-34] prompt: Fix test
- Date: Mon, 13 May 2013 18:10:54 +0000 (UTC)
commit 9979712a1b556e0ddd3bf57b3ec8379b57cf66c1
Author: Christian Persch <chpe gnome org>
Date: Mon May 13 20:01:05 2013 +0200
prompt: Fix test
src/test-vte-sh.sh | 4 +++-
src/vte.sh | 2 ++
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/test-vte-sh.sh b/src/test-vte-sh.sh
index ad3380f..2cfe59c 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 d31ab82..184c6e7 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]