From fc55dc2e95bcea03fbc0d8e1d130c9e53f3f1dad Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 17 Jan 2016 17:00:26 +0100 Subject: merge default into stable --- tests/examplefiles/example.sh-session | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/examplefiles/example.sh-session (limited to 'tests/examplefiles/example.sh-session') diff --git a/tests/examplefiles/example.sh-session b/tests/examplefiles/example.sh-session new file mode 100644 index 00000000..02f3bb0d --- /dev/null +++ b/tests/examplefiles/example.sh-session @@ -0,0 +1,19 @@ +user@host:~/path$ ls -a +. .. a b c +user@host:~/path$ diff -u a b +--- a 2008-07-26 17:10:07.000000000 -0700 ++++ b 2008-07-26 17:10:10.000000000 -0700 +@@ -1,3 +1,3 @@ + a +-b ++x + c +user@host:~/path$ echo \ +> a +a +user@host:~/path$ su +root@host:~# +sh-3.1$ # on hardy +sh$ # on etch +(virtualenv-name)user@host:~$ ls -a + -- cgit v1.2.1