Skip to content

Commit

Permalink
Merge f7c8159 into 1e403d9
Browse files Browse the repository at this point in the history
  • Loading branch information
SteVwonder committed Sep 1, 2016
2 parents 1e403d9 + f7c8159 commit df0a0dc
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/bindings/lua/lua-affinity/tests/test.lua
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
require "Test.More"

local affinity = require 'affinity'
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/lua/lua-hostlist/hostlist
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--[[#######################################################################
#
# hostlist.lua, a glob-hosts implemetation (slightly modified) in lua.
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/lua/lua-hostlist/test.lua
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
require "hostlist"

function printf (...)
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/lua/ping.lua
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--[[--------------------------------------------------------------------------
* Copyright (c) 2014 Lawrence Livermore National Security, LLC. Produced at
* the Lawrence Livermore National Laboratory (cf, AUTHORS, DISCLAIMER.LLNS).
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/lua/tests/t0000-json.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua

require 'Test.More'
j = require 'jsontest'
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/lua/tests/t0001-zmsg.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua

require 'Test.More'

Expand Down
2 changes: 1 addition & 1 deletion src/cmd/flux-exec
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua

-------------------------------------------------------------------------------
-- Modules:
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/flux-ps
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--[[--------------------------------------------------------------------------
* Copyright (c) 2014 Lawrence Livermore National Security, LLC. Produced at
* the Lawrence Livermore National Laboratory (cf, AUTHORS, DISCLAIMER.LLNS).
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/flux-topo
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua

-- flux-topo - emit graphviz representation of Flux session topology

Expand Down
2 changes: 1 addition & 1 deletion src/cmd/flux-wreckrun
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua

-------------------------------------------------------------------------------
-- Modules:
Expand Down
2 changes: 1 addition & 1 deletion t/issues/t0505-msg-handler-reg.lua
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Issue #505: Ensure msghandler can be installed from within an event handler.
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t0001-send-recv.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Basic flux reactor testing using ping interface to kvs
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t0002-rpc.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Basic flux reactor testing using ping interface to kvs
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t0003-events.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Basic flux reactor testing using ping interface to kvs
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t0004-getattr.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Test getattr
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t0007-alarm.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua

local test = require 'fluxometer'.init (...)
local posix = require_ok ('posix')
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t0009-sequences.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Basic cmb.seq testing
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t1000-reactor.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Basic flux reactor testing using ping interface to kvs
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t1001-timeouts.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Basic flux reactor timeout handler testing
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t1002-kvs.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua

local test = require 'fluxometer'.init (...)
test:start_session{ size=4 }
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t1003-iowatcher.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Basic flux reactor testing using ping interface to kvs
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t1004-sighandler.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Basic flux/lua signal handler interface testing
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t1004-statwatcher.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Basic flux stat watcher test
--
Expand Down
2 changes: 1 addition & 1 deletion t/lua/t1005-fdwatcher.t
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Basic flux fdwatcher test
--
Expand Down
2 changes: 1 addition & 1 deletion t/scripts/cpus-allowed.lua
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Thin frontend to Lua affinity bindings, run cpu_set_t methods against
-- the current cpumask and print the result.
Expand Down
2 changes: 1 addition & 1 deletion t/scripts/event-trace.lua
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
local flux = require 'flux'
local s = arg[1]
local exitevent = arg[2]
Expand Down
2 changes: 1 addition & 1 deletion t/scripts/kvs-watch-until.lua
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- Exit only if/when all ranks have exited 'unknown' state
--
Expand Down
2 changes: 1 addition & 1 deletion t/scripts/waitfile.lua
@@ -1,4 +1,4 @@
#!/usr/bin/lua
#!/usr/bin/env lua
--
-- waitfile.lua : Wait until a named file appears and contains a pattern
--
Expand Down

0 comments on commit df0a0dc

Please sign in to comment.