From c51b9ca0ad897428a008701e35f8f11fa0ad9046 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 29 Aug 2011 13:30:03 -0500 Subject: pactest: remove PACMAN_OUTPUT from ldconfig tests This removes the last usages of this rule that aren't explicitly looking at real output from pacman. Notably, these tests depended on one particular debug logger not ever being changed, which is too fragile, not to mention doesn't work at all with --nolog. Signed-off-by: Dan McGee --- test/pacman/ldconfig.stub | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 test/pacman/ldconfig.stub (limited to 'test/pacman/ldconfig.stub') diff --git a/test/pacman/ldconfig.stub b/test/pacman/ldconfig.stub new file mode 100755 index 00000000..d261a04a --- /dev/null +++ b/test/pacman/ldconfig.stub @@ -0,0 +1,4 @@ +#!/bin/sh +# A simple stub to copy into the chroot to fake ldconfig. +# Simply appends a line to /etc/ld.so.cache if called. +echo "ldconfig called" >> /etc/ld.so.cache -- cgit v1.2.3