From d20d43bf3622fc4bb416cf2ca95d5cf0c4c88fcf Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Mon, 30 Jun 2014 12:22:50 +0200 Subject: add testing framework --- test/unit/undo/cmd | 1 + test/unit/undo/in | 1 + test/unit/undo/out | 1 + 3 files changed, 3 insertions(+) create mode 100644 test/unit/undo/cmd create mode 100644 test/unit/undo/in create mode 100644 test/unit/undo/out (limited to 'test/unit/undo') diff --git a/test/unit/undo/cmd b/test/unit/undo/cmd new file mode 100644 index 00000000..37dc93f7 --- /dev/null +++ b/test/unit/undo/cmd @@ -0,0 +1 @@ +du diff --git a/test/unit/undo/in b/test/unit/undo/in new file mode 100644 index 00000000..c2267c2e --- /dev/null +++ b/test/unit/undo/in @@ -0,0 +1 @@ +%(foo) diff --git a/test/unit/undo/out b/test/unit/undo/out new file mode 100644 index 00000000..257cc564 --- /dev/null +++ b/test/unit/undo/out @@ -0,0 +1 @@ +foo -- cgit v1.2.3