]> git.ozlabs.org Git - petitboot/commit - devices/parser-tests/001/expected-output
Move path maniuplation functions to devices/paths.c
authorJeremy Kerr <jk@ozlabs.org>
Thu, 3 Jan 2008 03:46:06 +0000 (14:46 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 3 Jan 2008 03:46:06 +0000 (14:46 +1100)
commitdbacb44c0ebb587b5cfcbbf84c770502c217473a
tree43c0c9cf3df61c79f0f545ed496302a296122e27
parent02aeee42aebbb3a7098b6e0fc570522f9d44de96
Move path maniuplation functions to devices/paths.c

This allows us to include the real functions in the parser testsuite,
instead of using fakes.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
12 files changed:
Makefile
devices/parser-test.c
devices/parser-test.sh
devices/parser-tests/001/etc/kboot.conf [deleted file]
devices/parser-tests/001/expected-output
devices/parser-tests/001/ps3da1/etc/kboot.conf [new file with mode: 0644]
devices/parser-tests/002/etc/yaboot.conf [deleted file]
devices/parser-tests/002/expected-output
devices/parser-tests/002/ps3da1/etc/yaboot.conf [new file with mode: 0644]
devices/paths.c [new file with mode: 0644]
devices/paths.h [new file with mode: 0644]
devices/udev-helper.c