From 8aa72773cebbc742d9378fed6b6ac13cb57b0eb3 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Thu, 19 Jul 2012 08:29:44 +0200 Subject: Retire private id executables The main script is setting PATH to use id executable from rather strange directory. That allowed checks to run without root privilege. This change will make detection whether test run is been requested more universal, and to work without super setting id command. Signed-off-by: Sami Kerola RWMJ: - Use -ne instead of != to compare integers. --- tests/qemu/sbin/id | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 tests/qemu/sbin/id (limited to 'tests/qemu/sbin/id') diff --git a/tests/qemu/sbin/id b/tests/qemu/sbin/id deleted file mode 100755 index 6c704ac..0000000 --- a/tests/qemu/sbin/id +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh - -echo 0 -- cgit