diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-11-16 16:22:10 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-12-18 11:26:57 +0100 |
commit | 8b6d0422fd7a4fbffcccfa56467208381928eb31 (patch) | |
tree | dc2a3e3ac5ae22932673c7a350be62b5db66a8e9 /tests/scripts | |
parent | 9f564d2286a8a484c1b1f45fe4f6d988d6652878 (diff) | |
download | gnutls-8b6d0422fd7a4fbffcccfa56467208381928eb31.tar.gz |
tests/cert-tests/certtool-eddsa: Increase portability (fix for busybox)
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scripts/common.sh b/tests/scripts/common.sh index adc69b3062..1cce09d04e 100644 --- a/tests/scripts/common.sh +++ b/tests/scripts/common.sh @@ -262,6 +262,7 @@ terminate_proc() { done kill_quiet -9 $pid sleep 0.1 +} # $1, $2: the two files to check for equality # $3: Strings to be ignored, separated by | |