summaryrefslogtreecommitdiffstats
path: root/tests/config/tapered/test/exit-success-test.lua
blob: b588b6440f9df89bcc53099a0ddef1a0b477dca2 (plain)
1
2
3
4
5
6
package.path = '../src/?.lua;' .. package.path
local tap = require 'tapered'

-- Testing exit status. Call `pass` and then we're out.
tap.pass('ok - No test: just pass')
tap.done()