Skip to content

Commit 54ce814

Browse files
committed
Copy test vectors from jose/tests/vectors/
See: latchset#6 Signed-off-by: Christian Heimes <[email protected]>
1 parent e3276f4 commit 54ce814

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/vectors/strip.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
while [ $# -gt 0 ]; do
4+
tmp=`tr -d ' \n\r' < $1`
5+
echo -n "$tmp" > $1
6+
shift
7+
done

0 commit comments

Comments
 (0)