Tweak the test to work with the changed parameter export path

This commit is contained in:
px4dev 2012-08-19 22:16:10 -07:00
parent b0d13c9556
commit 532b61c5a2
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ test_param(int argc, char *argv[])
if ((uint32_t)val != 0xa5a5a5a5)
errx(1, "parameter value mismatch after write");
param_export(NULL, false);
param_export(-1, false);
warnx("parameter test PASS");