summarylogtreecommitdiffstats
path: root/poedit-test.patch
diff options
context:
space:
mode:
authorFlorian Pelz2015-09-17 13:23:03 +0200
committerFlorian Pelz2015-09-17 13:23:03 +0200
commit9073877161d7c53a97159833002d53059967ac48 (patch)
treeb1c0848a253068874776afdd060c3a9073e23f37 /poedit-test.patch
downloadaur-9073877161d7c53a97159833002d53059967ac48.tar.gz
Initial import
Diffstat (limited to 'poedit-test.patch')
-rw-r--r--poedit-test.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/poedit-test.patch b/poedit-test.patch
new file mode 100644
index 000000000000..bd30d5fed309
--- /dev/null
+++ b/poedit-test.patch
@@ -0,0 +1,11 @@
+--- tests/test 2012-09-15 12:30:10.000000000 +0200
++++ tests/test.new 2015-09-16 21:36:19.438936203 +0200
+@@ -38,7 +38,7 @@
+
+ echo TESTING $dir with "$desc"
+ cp $dir/in.po $dir/work.po
+- PATH="$(pwd)/../scripts:$(pwd)/../:$PATH" EDITOR=: poedit $opts $dir/work.po
++ PATH="$(pwd)/../scripts:$(pwd)/../:$PATH" EDITOR=: potooledit $opts $dir/work.po
+ diff -u $dir/in.po $dir/work.po
+ rm -f $dir/work.po
+ }