From 10685648677d9df6230b6b60a580f2ba8481d0a0 Mon Sep 17 00:00:00 2001 From: anonimal Date: Thu, 19 Apr 2018 06:28:55 +0000 Subject: Build: remove in-tree miniupnpc Will be replaced by a submodule. (cherry picked from commit e962216678e699a8fc7eb271a8a515f5ca65f7cb) --- external/miniupnpc/testupnpreplyparse.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 external/miniupnpc/testupnpreplyparse.sh (limited to 'external/miniupnpc/testupnpreplyparse.sh') diff --git a/external/miniupnpc/testupnpreplyparse.sh b/external/miniupnpc/testupnpreplyparse.sh deleted file mode 100755 index 992930b7b..000000000 --- a/external/miniupnpc/testupnpreplyparse.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -for f in testreplyparse/*.xml ; do - bf="`dirname $f`/`basename $f .xml`" - if ./testupnpreplyparse $f $bf.namevalue ; then - echo "$f : passed" - else - echo "$f : FAILED" - exit 1 - fi -done - -exit 0 - -- cgit v1.2.3