This issue was caused by the cleanup function, it will try to run SAFE_UNLINK() 
in the end of the test:
        SAFE_UNLINK(TEST_TMPFILE);
        SAFE_UNLINK(TEST_ELOOP);

As these should be the cleanup for the SAFE_SYMLINK() in the test:
        SAFE_SYMLINK(TEST_ELOOP, "test_file_eloop2");
        SAFE_SYMLINK("test_file_eloop2", TEST_ELOOP);

But the test was skipped due to the config issue. And the SAFE_UNLINK()
causes the ENOENT warning.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1824794

Title:
  acct01 in ubuntu_ltp_syscalls reported as a failure with B-KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1824794/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to