1
0
Fork 0
util-linux/tests/ts/misc/optstr
Daniel Baumann c36e531662
Adding upstream version 2.41.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:26:35 +02:00

14 lines
275 B
Bash
Executable file

#!/bin/bash
TS_TOPDIR="${0%/*}/../.."
TS_DESC="optstr"
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_STRUTILS"
$TS_HELPER_STRUTILS --optstr "key=\"v,a,l,u,e\",foo,bar=BAR,\"/path/with/,comma\"=data" >> $TS_OUTPUT 2>> $TS_ERRLOG
ts_finalize