diff options
| author | Robert Bielik <robert.bielik@dirac.com> | 2020-01-21 08:31:12 +0100 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-20 23:31:12 -0800 |
| commit | 058ad941dc55ad6288f6b07f4cdf237fd13f1a93 (patch) | |
| tree | 911d3d380a6b8bec41dcc7e4792d44b8c2697427 | |
| parent | a568076ae174856781ea90b8d5ae3a2c78646d12 (diff) | |
| download | nng-058ad941dc55ad6288f6b07f4cdf237fd13f1a93.tar.gz nng-058ad941dc55ad6288f6b07f4cdf237fd13f1a93.tar.bz2 nng-058ad941dc55ad6288f6b07f4cdf237fd13f1a93.zip | |
Make nngcat bash scripts executable (#1168)
| -rw-r--r-- | .gitattributes | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | tools/nngcat/nngcat_ambiguous_test.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | tools/nngcat/nngcat_async_test.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | tools/nngcat/nngcat_dup_proto_test.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | tools/nngcat/nngcat_help_test.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | tools/nngcat/nngcat_incompat_test.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | tools/nngcat/nngcat_need_proto_test.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | tools/nngcat/nngcat_pubsub_test.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | tools/nngcat/nngcat_recvmaxsz_test.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | tools/nngcat/nngcat_unlimited_test.sh | 0 |
10 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..fc158d0d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf + diff --git a/tools/nngcat/nngcat_ambiguous_test.sh b/tools/nngcat/nngcat_ambiguous_test.sh index 414b6d19..414b6d19 100644..100755 --- a/tools/nngcat/nngcat_ambiguous_test.sh +++ b/tools/nngcat/nngcat_ambiguous_test.sh diff --git a/tools/nngcat/nngcat_async_test.sh b/tools/nngcat/nngcat_async_test.sh index 2b03e522..2b03e522 100644..100755 --- a/tools/nngcat/nngcat_async_test.sh +++ b/tools/nngcat/nngcat_async_test.sh diff --git a/tools/nngcat/nngcat_dup_proto_test.sh b/tools/nngcat/nngcat_dup_proto_test.sh index 1513d01c..1513d01c 100644..100755 --- a/tools/nngcat/nngcat_dup_proto_test.sh +++ b/tools/nngcat/nngcat_dup_proto_test.sh diff --git a/tools/nngcat/nngcat_help_test.sh b/tools/nngcat/nngcat_help_test.sh index 95ed9e3e..95ed9e3e 100644..100755 --- a/tools/nngcat/nngcat_help_test.sh +++ b/tools/nngcat/nngcat_help_test.sh diff --git a/tools/nngcat/nngcat_incompat_test.sh b/tools/nngcat/nngcat_incompat_test.sh index 128b57ba..128b57ba 100644..100755 --- a/tools/nngcat/nngcat_incompat_test.sh +++ b/tools/nngcat/nngcat_incompat_test.sh diff --git a/tools/nngcat/nngcat_need_proto_test.sh b/tools/nngcat/nngcat_need_proto_test.sh index d6733cad..d6733cad 100644..100755 --- a/tools/nngcat/nngcat_need_proto_test.sh +++ b/tools/nngcat/nngcat_need_proto_test.sh diff --git a/tools/nngcat/nngcat_pubsub_test.sh b/tools/nngcat/nngcat_pubsub_test.sh index b9ba90ed..b9ba90ed 100644..100755 --- a/tools/nngcat/nngcat_pubsub_test.sh +++ b/tools/nngcat/nngcat_pubsub_test.sh diff --git a/tools/nngcat/nngcat_recvmaxsz_test.sh b/tools/nngcat/nngcat_recvmaxsz_test.sh index b5d4ff4a..b5d4ff4a 100644..100755 --- a/tools/nngcat/nngcat_recvmaxsz_test.sh +++ b/tools/nngcat/nngcat_recvmaxsz_test.sh diff --git a/tools/nngcat/nngcat_unlimited_test.sh b/tools/nngcat/nngcat_unlimited_test.sh index 0486b9b1..0486b9b1 100644..100755 --- a/tools/nngcat/nngcat_unlimited_test.sh +++ b/tools/nngcat/nngcat_unlimited_test.sh |
