diff options
author | Evan Mallory <schmave@gmail.com> | 2016-09-22 18:51:10 -0400 |
---|---|---|
committer | Evan Mallory <schmave@gmail.com> | 2016-09-23 08:14:30 -0400 |
commit | 0e691e76dbd928b4aa919cbb9788c805e34937dc (patch) | |
tree | 31b4d0c6a09c6e33b1c67b943dbff79adf14bd6a /test/regress/981.test | |
parent | 132156766770da8340138aab117cf7e37787403c (diff) | |
download | fork-ledger-0e691e76dbd928b4aa919cbb9788c805e34937dc.tar.gz fork-ledger-0e691e76dbd928b4aa919cbb9788c805e34937dc.tar.bz2 fork-ledger-0e691e76dbd928b4aa919cbb9788c805e34937dc.zip |
Fix test harness to work with msys2
With this change, 97% of the tests pass. See the build on appveyor for more info: https://ci.appveyor.com/project/Evan/ledger/build/build-49
I'll follow up with another PR to fix some of the remaining broken tests
Diffstat (limited to 'test/regress/981.test')
-rw-r--r-- | test/regress/981.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/981.test b/test/regress/981.test index 7a6ea5cf..2338b82a 100644 --- a/test/regress/981.test +++ b/test/regress/981.test @@ -24,5 +24,6 @@ Warning: "$FILE", line 15: Metadata check failed for (Project: foo): (value =~ / end test test reg --limit 'payee =~ /XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/' +__ERROR__ +Warning: "$FILE", line 15: Metadata check failed for (Project: foo): (value =~ /^(0ad|ankur|aptosid|archlinux|chakra|debian|debconf14|debconf15|debconf16|drizzle|ffmpeg|ffmpeg|fluxbox|freedesktop|freedombox|gallery|texmacs|haskell|jenkins|libreoffice|madwifi|mingw|openvas|openwrt|openbioinformatics|openembedded|openvoting|osunix|path64|plan9|postgresql|privoxy|smc|helios|tidesdk|tux4kids|yafaray|spi)$/) end test - |