summaryrefslogtreecommitdiff
path: root/tests/test-select.lua
diff options
context:
space:
mode:
authorRichard Ipsum <richardipsum@vx21.xyz>2019-10-04 23:28:50 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-10-06 09:22:07 +0100
commit38f66f56a7ea123ecc9c8f548ee0f34f88b56cf3 (patch)
treed7dc30f1e45d84e5e72bba446d43c3603ac6412e /tests/test-select.lua
parent4c42af5fd9b2bb8cc2c37c71314b8c443cf80392 (diff)
downloadluxio-38f66f56a7ea123ecc9c8f548ee0f34f88b56cf3.tar.gz
Add license statementsHEADmaster
Diffstat (limited to 'tests/test-select.lua')
-rw-r--r--tests/test-select.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-select.lua b/tests/test-select.lua
index 4d810ba..8658668 100644
--- a/tests/test-select.lua
+++ b/tests/test-select.lua
@@ -1,3 +1,4 @@
+-- See LICENSE file for copyright and license details.
-- e.g. lua tests/test-select.lua <(while :; do echo hello; sleep 1; done) <(while :; do echo world; sleep 1; done)
local l = require "luxio"