tests: add test coverage for uci export with -P option.
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 1 Apr 2015 12:44:22 +0000 (20:44 +0800)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 3 Apr 2015 18:41:40 +0000 (20:41 +0200)
commitc24ff81c286698bf0cb4b80ba522b3ab7ee85de9
treecc9f0c29d4e4e173c43acb944acdfe890b922fa8
parent3c7f3556b0039a19ddd3e263286085f6896da0eb
tests: add test coverage for uci export with -P option.

 - With "uci -P xxx/ export", changes in "xxx/" should be applied last.
 - With "uci -p xxx/ commit", changes in "xxx/" should be applied before
   ctx->savedir.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
test/references/cli.options.delta.commit.result [new file with mode: 0644]
test/references/cli.options.delta.export.result [new file with mode: 0644]
test/references/options.delta.result [deleted file]
test/tests.d/090_cli_options