mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
7 lines
152 B
Bash
7 lines
152 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
for fn in ${top_srcdir}/test/datafile_simple.*; do
|
||
|
run_test ./drive_data_scanner $fn
|
||
|
on_error_fail_with "$fn does not match"
|
||
|
done
|