1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-20 01:46:15 -04:00
elinks/test/ecmascript/assert/assert.sh
Witold Filipczyk 29138d737a [meson] Added ecmascript tests
It does not work. Tests always succeed, but some should fail.
2024-06-01 21:24:56 +02:00

8 lines
76 B
Bash
Executable File

#!/bin/sh
d=$(dirname "$0")
for i in $d/*.html; do
readlink -f "$i"
done