On Wed, May 18, 2022 at 04:43:08PM +0200, Mattias Ellert wrote:
> However, on ia64 it fails:
> 
> ellert@yttrium:~$ fakeroot ./fakeroot-test.sh 
> crw-rw-rw- 1 root root 1, 3 May 10 06:51 /dev/null
> Original is device
> crw-rw-rw- 1 root root 1, 3 May 10 06:51 newdev/null
> Copy is not device
> ellert@yttrium:~$ echo $?
> 1

Could you run `stat` on newdev/null from within the script,
and comment out the `rm` so that you can run `stat` on it without
fakeroot afterward?

Reply via email to