Skip to content

Commit

Permalink
Fix permissions for certain tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oxr463 committed May 10, 2019
1 parent 3cf062f commit d406aec
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 8 deletions.
Empty file modified tests/sockets/testtcpsocket.sh
100755 → 100644
Empty file.
Empty file modified tests/sockets/testtcpsocketauto.sh
100755 → 100644
Empty file.
Empty file modified tests/sockets/testtcpsocketipv6.sh
100755 → 100644
Empty file.
Empty file modified tests/test-oooooooo.c
100755 → 100644
Empty file.
5 changes: 5 additions & 0 deletions tests/test-socket01.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

cd sockets || exit 125

sh testtcpsocket.sh
10 changes: 10 additions & 0 deletions tests/test-socket02.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

# Skip test when run on Travis, as it doesn't support IPv6
if [ "${TRAVIS}" ]; then
exit 125;
fi

cd sockets || exit 125

sh testtcpsocketipv6.sh
5 changes: 5 additions & 0 deletions tests/test-socket03.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

cd sockets || exit 125

sh testtcpsocketauto.sh
1 change: 0 additions & 1 deletion tests/test-sockets1.sh

This file was deleted.

6 changes: 0 additions & 6 deletions tests/test-sockets2.sh

This file was deleted.

1 change: 0 additions & 1 deletion tests/test-sockets3.sh

This file was deleted.

0 comments on commit d406aec

Please sign in to comment.